clang: 32 bit compilation should include march32-directive
authorYann Gautier <[email protected]>
Tue, 18 Dec 2018 09:46:34 +0000 (10:46 +0100)
committerYann Gautier <[email protected]>
Tue, 18 Dec 2018 09:46:34 +0000 (10:46 +0100)
commite2bfec0b8ddd08050fcc32b7e7f0a75b93aced5b
tree59b3b6502f5576be8f9ba52373ff3680bba5c164
parente01065472a588c4f7f52f88654c5b991498eb3dc
clang: 32 bit compilation should include march32-directive

This is done for other compilers, and without this some code does not
compile, like inline assembly code.

Fixes ARM-software/tf-issues#657.

Signed-off-by: Yann Gautier <[email protected]>
Makefile